win,fs: improve realpathSync performance#33941
Closed
bartbrzo wants to merge 1 commit intonodejs:masterfrom
Closed
win,fs: improve realpathSync performance#33941bartbrzo wants to merge 1 commit intonodejs:masterfrom
bartbrzo wants to merge 1 commit intonodejs:masterfrom
Conversation
Moving knownHard object improves realpathSync perfomance. This results in require being 10% faster on Windows and realpathSync itself 50x faster. Ref: nodejs#28946
bzoz
approved these changes
Jun 18, 2020
Contributor
1 similar comment
Collaborator
mscdex
suggested changes
Jun 18, 2020
Contributor
|
Additionally hard links may disappear during the lifetime of the process, giving incorrect results if |
Contributor
|
This issue/PR was marked as stalled, it will be automatically closed in 30 days. If it should remain open, please leave a comment explaining why it should remain open. |
Contributor
|
Closing this because it has stalled. Feel free to reopen if this PR is still relevant, or to ping the collaborator who labelled it stalled if you have any questions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moving
knownHardobject improvesrealpathSyncperfomance.This results in require being 10% faster on Windows and
realpathSyncitself 50x faster.Ref: #28946
make -j4 test(UNIX), orvcbuild test(Windows) passes